home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / puma.lha / puma / m2c / Mod.h < prev    next >
C/C++ Source or Header  |  1992-09-25  |  400b  |  19 lines

  1. #define DEFINITION_Mod
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #ifndef DEFINITION_Tree
  8. #include "Tree.h"
  9. #endif
  10.  
  11. extern IO_tFile Mod_yyf;
  12. extern PROC Mod_Exit;
  13. extern void Mod_DefMod ARGS((Tree_tTree t));
  14. extern void Mod_ImplMod ARGS((Tree_tTree t));
  15. extern void Mod_MacroMod ARGS((Tree_tTree t));
  16. extern void Mod_BeginMod ARGS(());
  17. extern void Mod_CloseMod ARGS(());
  18. extern void BEGIN_Mod();
  19.